Skip to content

[stable33] fix: draw signature tab accessibility#7059

Merged
vitormattos merged 2 commits intostable33from
backport/7058/stable33
Mar 2, 2026
Merged

[stable33] fix: draw signature tab accessibility#7059
vitormattos merged 2 commits intostable33from
backport/7058/stable33

Conversation

@backportbot-libresign
Copy link
Copy Markdown

Backport of PR #7058

…gnature type tabs

NcButton elements inside role="tablist" were using aria-pressed which
causes screen readers to announce them as toggle buttons instead of tabs.
Screen readers rely on role="tab" + aria-selected to announce tab position
(e.g. "Draw, tab 1 of 3") and to enable arrow-key navigation between tabs.

Signed-off-by: Vitor Mattos <[email protected]>
Before signing, verify the three tabs (Draw, Text, Upload) are reachable
by role="tab", that the active tab has aria-selected="true" and the
inactive ones have aria-selected="false", and that switching tabs
updates the selected state correctly.

Signed-off-by: Vitor Mattos <[email protected]>
@github-project-automation github-project-automation Bot moved this to 0. Needs triage in Roadmap Mar 2, 2026
@backportbot-libresign backportbot-libresign Bot added this to the Next Patch (33) milestone Mar 2, 2026
@vitormattos vitormattos merged commit c40010b into stable33 Mar 2, 2026
63 checks passed
@vitormattos vitormattos deleted the backport/7058/stable33 branch March 2, 2026 21:01
@github-project-automation github-project-automation Bot moved this from 0. Needs triage to 4. to release in Roadmap Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant